From: Alex Crichton Date: Sun, 15 Oct 2017 15:30:11 +0000 (-0700) Subject: Bump to 0.24.0 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~43^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=9b8efd18e9c383ccaafa4fff63d7c8e87048ea96;p=cargo.git Bump to 0.24.0 It's that time of the year again! --- diff --git a/Cargo.lock b/Cargo.lock index 714bd6e1d..b94788e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,12 +1,12 @@ [root] name = "cargo" -version = "0.23.0" +version = "0.24.0" dependencies = [ "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", "core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "crates-io 0.12.0", + "crates-io 0.13.0", "crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -125,7 +125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "cargotest" version = "0.1.0" dependencies = [ - "cargo 0.23.0", + "cargo 0.24.0", "filetime 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.12.0" +version = "0.13.0" dependencies = [ "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2aea7fbfc..e452e3002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.23.0" +version = "0.24.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs" [dependencies] atty = "0.2" -crates-io = { path = "src/crates-io", version = "0.12" } +crates-io = { path = "src/crates-io", version = "0.13" } crossbeam = "0.3" crypto-hash = "0.3" curl = "0.4.6" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 25a07376d..c26abb5fb 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.12.0" +version = "0.13.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo"